Fix travis builds
authorAlex Crichton <alex@alexcrichton.com>
Thu, 10 Jul 2014 20:37:32 +0000 (13:37 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 10 Jul 2014 20:37:32 +0000 (13:37 -0700)
.travis.yml

index 2737490790bd0b058844001042e81f143a04d913..4141358efd03cc2a9b19b1531e6cc8229811e438 100644 (file)
@@ -9,8 +9,12 @@ script:
   - make install DESTDIR=${PWD}/destdir
 
 env:
-  - BITS=32
-  - BITS=64
+  global:
+    - LD_LIBRARY_PATH=/usr/local/lib
+    - DYLD_LIBRARY_PATH=/usr/local/lib
+  matrix:
+    - BITS=32
+    - BITS=64
 
 os:
   - linux